.index-container {
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
}

.row-center:after {
    content: '';
    display: block;
    width: 1200px;
    margin: 0 auto;
    height: 26px;
    border-bottom: 1px solid #606060;
}

.item-box {
    width: 380px;
    margin: 0 auto;
}

.item-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px;
    width: 380px;
    height: 220px;
}

.item-content-main {
    width: 294px;
}

.item-content-main p:last-child {
    line-height: 22px;
}


.hot-point {
    padding: 28px 0;
}

.hot-title {
    margin-bottom: 16px;
    font-size: 28px;
}
.hot-sec {
   font-size: 30px;
}
.hot-content, .hot-date {
  font-size: 16px;
}

.point {
    /*width: 380px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 28px;
    border: 1px solid #B3BAC5;
    border-top: 18px solid #0D6FB8;
}

.point-title {
    margin: 18px 0 -6px 24px;
}

.point-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 22px;
    border-bottom: 1px solid #B3BAC5;
}

.point-box:not(:first-child) {
    padding: 18px 0;
}

.point-box-left {
    position: relative;
    height: 110px;
    width: 110px;
    margin-right: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #B3BAC5;
}

.point-box-right {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.point-box-right p:last-child {
    position: absolute;
    bottom: 18px;
    left: 126px;
    color: #5A7184;
}

.point-item-date {
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: center;
}

.point-more {
    margin-top: 28px;
    width: 100%;
    text-align: center;
}

.publish {
    width: 100%;
    background: #0D6FB8;
    padding: 33px 0 30px;
}

.publish-title {
    position: relative;
    margin-bottom: 27px;
    width: 100%;
    text-align: center;
    color: #fefefe;
}

.publish-title a {
    position: absolute;
    right: 20px;
    top: 4px;
    color: #fefefe;
}

.publish-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 380px;*/
    height: 250px;
    /*margin-bottom: 10px;*/

}

.publish-item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    background: #fff;
    height: 100%;
    width: 180px;
    text-align: center;
    position: relative;
}

.publish-item-content p {
    margin-left: 14px;
    margin-right: 10px;
    text-align: left;
}

.publish-item-content p:first-child {
    margin-bottom: 5px;
}

.publish-item-pic {
    width: 198px;
    min-width: 198px;
    vertical-align: middle;
}
.publish-item-pic img{
    width: 198px;
    height: 250px;
}
.publish-more {
    position: absolute;
    left: 0;
    bottom: 22px;
}

.publish-more span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../Images/index4.0/index/home_top.png) center center no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    vertical-align: middle;
    margin-right: 8px;
}

.publish-more a {
    vertical-align: middle;
}


.swiper-container {
    width: 100%;
    margin-bottom: 22px;
}

.swiper-slide {
    width: 1000px;
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    border-radius: 25%;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    position: absolute;
    bottom: 26px;
    display: inline-block;
    text-align: right;
    padding-right: 400px;
}

/*分页器选中*/
.swiper-pagination-bullet-active {
    background-image: linear-gradient(90deg, #ffb23c 0%, #ff7a1d 100%), linear-gradient(#ffffff, #ffffff) !important;
    width: 24px !important;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../../Images/index4.0/banner_btn_left.png) !important;
    left: 38px;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../../Images/index4.0/banner_btn_right.png) !important;
    right: 38px;
}
.banner-text {
    position: absolute;
    left: 50%;
    top: 1.35rem;
    transform: translate(-50%, 0);
    text-align: left;
}
.banner-text a{
    max-width: 820px;
}
.banner-item-title {
    font-size: 42px;
    color: #254069;
}
.banner-item-sec {
    display: none;
}
.banner-item-time {
    font-size: 18px;
    color: #606060;
    margin-bottom: 14px;
}
.banner-more {
    display: block;
    width: 100px;
    height: 32px;
    background: #0896B8;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius:8px;
    font-size: 16px;
}
@media only screen and (min-width: 1000px) {
    .banner-img {
        height: 400px;
    }
    .banner-text a {
      max-width: 820px;
    }
    .banner-text {
        position: absolute;
        left: 52%;
        top: 1.4rem;
        text-align: left;
    }
    .banner-item-title {
      font-size: 42px;
    }
}
@media only screen and (min-width: 1200px) {
    .banner-img {
        height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
    .banner-img {
        height: 400px;
    }
    .banner-text a {
      max-width: 600px;
    }
    .banner-text {
      position: absolute;
      left: 56%;
      top: 1.4rem;
      text-align: left;
    }
    .banner-item-title {
      font-size: 30px;
    }
}
@media only screen and (max-width: 1260px) {
    .publish-box {
        margin-bottom: 10px;

    }
    .publish-item-content {
        width: auto;
    }
}
.phone-footer, .phone-header {
    display: none;
}
/*面包屑*/
.bread-nav {
  padding: 10px 0 8px 15px;
  border-bottom: 1px solid #B3BAC5;
  margin-bottom: 32px;
  color: #787878;
}
.bread-nav .bread-l {
  color: #787878;
}
.bread-nav .bread-l:hover {
  color: #0D6FB8;
}
.bread-nav .bread-current {
  color: #606060;
}
